home *** CD-ROM | disk | FTP | other *** search
- This file constains several units written for Turbo Pascal 5.0.
- These are units that I have developed for my own use and decided
- that other people might find them useful. Please feel free to use
- these units for any non-commercial use. Most of these units require
- Turbo Professional 5.05 or higher to compile. The following units
- are included:
-
- TPClock - Implements display of on-screen clock in any program.
- Messages - Provides a simple method of displaying pop-up message
- windows using one procedure call. Display parameters
- are specified by imbedding codes into the string to be
- displayed. Very flexible and easy to include into
- programs.
- PrnUtil - Replacement for Turbo Pascal's Printer unit, pauses
- and reports printer I/O errors and user input during
- printer. Also monitors line and page numbers. Provides
- for formatted headings & footers. Allows for Novell
- network printing for B-Tree filer (Network ver) users.
- DataEntry- Quick way to read in a few fields from a user, when using
- TPEntry is not necessary. Creates it's own data entry
- window and allows user to move around using arrow keys
- and exit on a defineable keystroke.
- Stacks -Easy to implement stacks of any type. Uses the same
- routines to handle multiple stacks of same or different
- types.
- Queues -Same as stacks, but with queues.
- IOError -Small unit that maps I/O error codes to strings.
- Keys -Small unit that defines constants for editing and
- function keys.
-
-
- I would appreciate hearing any of your suggestions, comments or questions.
-
- Geoffrey Moehrke
- N111 W15655 Vienna Ct. #19
- Germantown, Wi 53022
- (414) 251-8627
-
- Compuserve 71121,2361
-
-
-
-